* Add back WebCore, WebGLExporter and WebPython modules for future use
authorFrancesco Ballarin <ballarin@debian.org>
Tue, 3 Mar 2026 14:19:26 +0000 (14:19 +0000)
committerFrancesco Ballarin <ballarin@debian.org>
Tue, 3 Mar 2026 14:19:26 +0000 (14:19 +0000)
    within trame and pyvista.

debian/changelog
debian/copyright
debian/rules

index c17ff1e491fd4512f290780998c9da6baefd9d12..0e4a919ec72cdc2fd362fe5000253e0ee0f53269 100644 (file)
@@ -1,3 +1,11 @@
+vtk9 (9.5.2+dfsg3-9) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add back WebCore, WebGLExporter and WebPython modules for future use
+    within trame and pyvista.
+
+ -- Francesco Ballarin <ballarin@debian.org>  Tue, 03 Mar 2026 14:04:32 +0000
+
 vtk9 (9.5.2+dfsg3-8) unstable; urgency=medium
 
   * Team upload.
index 1f0ca1837536e6f4c703d97d65416e7b08bf72f9..0663d3a645ebb89f0089be0d2cb3a67bdbffd377 100644 (file)
@@ -25,7 +25,6 @@ Files-Excluded:
   ThirdParty/tiff/vtktiff
   ThirdParty/utf8/vtkutf8
   ThirdParty/zlib/vtkzlib
-  Web
 
 Files: *
 Copyright: 1993-2015 Ken Martin, Will Schroeder, Bill Lorensen,
index 5a40cd2b4a1d6ceb56b8be9fba604cebaa501213..7eff996d604c5e567b4b1bb75acfcb5951e7c327 100755 (executable)
@@ -109,6 +109,12 @@ extra_flags +=  \
        -DVTK_MODULE_ENABLE_VTK_RenderingParallel=WANT \
        -DVTK_MODULE_ENABLE_VTK_RenderingVolumeAMR=WANT
 
+# modules required by trame
+extra_flags +=  \
+       -DVTK_MODULE_ENABLE_VTK_WebCore:STRING=YES \
+       -DVTK_MODULE_ENABLE_VTK_WebGLExporter:STRING=YES \
+       -DVTK_MODULE_ENABLE_VTK_WebPython:STRING=YES \
+
 # 32-bit architectures don't support all features
 ifeq ($(DEB_HOST_ARCH_BITS),32)
   # ParaView::RemotingViews optionally uses VTK::vtkviskores